home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / diary < prev    next >
Text File  |  1994-02-21  |  505b  |  18 lines

  1. diary:
  2.  
  3. Syntax:    diary ( )
  4.     diary ( "filename" )
  5.  
  6. Description:
  7.  
  8.     The diary function writes a log of the current RLaB session
  9.     (after the diary() function is invoked) to the file specified
  10.     by the string argument or the default diary file `DIARY', if
  11.     diary() is invoked without an argument.
  12.  
  13.     The diary file is opened in write mode. A string containing
  14.     the date, and time are written when the file is opened.
  15.  
  16.     Invoking diary() a second time with no arguments will close
  17.     the currently opened diary file.
  18.